home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / windev.zip / CHANGES.TXT next >
Text File  |  1993-06-20  |  4KB  |  84 lines

  1.  
  2.                        W I N D E V (TM)
  3.  
  4. Version Update Log
  5. ------------------
  6.  
  7. Changes in 1.54:
  8. 1) The tools menu can now be customized, and tools can use argument macros.
  9.     This is implemented by a "Tools" button on the Global Settings dialog.
  10. 2) Added new commands to toggle case and capitalize the current selection,
  11.     and added existing cut and copy append commands to the edit menu.
  12. 3) Run-time filename arguments and the DDE open command can now specify an
  13.     initial line & column.  Search for "run time arguments" in the online
  14.     help for details.
  15.  
  16. Bug Fixes in 1.54:
  17. 1) The status bar now shows the settings for the window selected using the
  18.     window selector listbox, whilst the listbox still has input focus.
  19.  
  20. -----------------------------------------------------------------------
  21.  
  22. Changes in 1.53:
  23. 1) File Manager DDE Shell interface implemented.
  24. 2) Added text searching capability to hex file viewer.
  25. 3) Implemented a very large text file viewer (mainly for the 3.1 version).
  26.     Invoked by checking "Read Only" on the File Open dialog.
  27. 4) NT project command windows are now started minimized.
  28.  
  29. Bug Fixes in 1.53:
  30. 1) The move-by-word keyboard accelerators did not work in the NT version.
  31.  
  32. -----------------------------------------------------------------------
  33.  
  34. Changes in 1.52:
  35. 1) NT version compiled for the March Beta.
  36. 2) Implemented a hex file viewer, with hypertext jumps from the output of
  37.     the Extract Strings command.  A checkbox on the File Open dialog
  38.     selects hex view mode.
  39. 3) The filenames reported by Global Search and Extract Strings have now
  40.     got relative path names, where appropriate (ie. "..\" is not used).
  41.  
  42. Bug Fixes in 1.52:
  43. 1) When a file was saved under a different name, the Window Selector
  44.     listbox was not updated.
  45. 2) Copy c:\file to a:\ tried to create a:\\file
  46. 3) The code to validate drive letters did not work for CD-ROMs.
  47. 4) Compare and grep opened files with mode _SH_COMPAT instead of
  48.     mode _SH_DENYWR.
  49. 5) If Windev was started in edit-only mode, the Project menu was enabled
  50.     until the first file was opened.
  51.  
  52. -----------------------------------------------------------------------
  53.  
  54. Changes in 1.51:
  55. 1) The online help has had various improvements, including regular
  56.     expression examples and a new section on creating projects.
  57. 2) To extend the range of compilers supported, compiler error message
  58.     syntax recognition for hypertext jumps has been extended to allow
  59.     for message lines in the general form:
  60.       [<text><space>] <file> '(' <line> [<separator><column>] ')' <message>
  61.     The parts in square brackets are optional.  Any leading <text> may
  62.     not include '('.
  63. 3) The active window can now be selected from a modeless resizeable listbox,
  64.     as well as the usual MDI menu.
  65.  
  66. Bug Fixes in 1.51:
  67. 1) If the first time Windev was closed its frame maximized at the time,
  68.     the frame window was transparent the next time it was started.
  69. 2) Message boxes relating to find/replace dialogs were modal to the
  70.     frame window, not the dialog.
  71. 3) The File Open dialog did not show the Read Only checkbox under
  72.     Windows NT.
  73. 4) The NT version showed GMT rather than local time on the status bar.
  74. 5) The caret would be obscured if it was on the last visible line when
  75.     the horizontal scroll bar was automatically displayed.
  76.  
  77. -----------------------------------------------------------------------
  78.  
  79. Changes in 1.50:
  80.  
  81. 1) Key bindings for accelerators for menu commands can be changed.
  82. 2) "Exit Project" button added to the Select Project dialog.
  83. 3) Added the current working directory to the Compare Files dialog.
  84.